home *** CD-ROM | disk | FTP | other *** search
/ bioinformatics.org / bioinformatics.org_software.tar / www.bioinformatics.org / download / ecell2 / ecell220setup.exe / {app} / standard / SAMPLE / rule_template / Readme.txt next >
Text File  |  2002-05-14  |  938b  |  34 lines

  1. To generate a new rule from the template rule, duplicate the contents
  2. of this directory to somewhere in your home directory.
  3.  
  4. % cp -r [this directory] [new directory]
  5.  
  6. The contents of the rule_template/ are: 
  7. a. template.txt, 
  8. b. template.ecs 
  9. and Readme (this file). 
  10.  
  11.   a. template.txt
  12.  
  13. Use this file in spread sheet applications (e.g. Gnumeric or StarOffice). 
  14. Open "template.txt" as a CSV (tab separated) file. 
  15. Words bracketted by "[  ]" are to be modified by the user.
  16. Spread sheet files must be converted to "er" and "eri" files using
  17. converters "ss2er" and "er2eri" before loading into E-CELL.
  18. (see E-CELL2 Manual Chapter2).   
  19.  
  20.  ./ss2er.pl < newrule.txt > newrule.er
  21.  ./er2eri.sh newrule
  22.  
  23.   b. template.ecs
  24.  
  25. This is a template of an E-CELL script file.
  26. As with template.txt, words bracketted by "[  ]" are to be 
  27. modified by the user.
  28.  
  29.  
  30. See the E-CELL2 manual for detailed informations.
  31.  
  32. Enjoy!
  33.  
  34.